home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / belocs-locales-bin / README.magic < prev   
Text File  |  2008-06-26  |  635b  |  17 lines

  1. belocs-locales-bin magic number
  2. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  3.  
  4. GNU libc stores a magic number in compiled locale files to ensure
  5. that locale files are compatible with current GNU libc version.
  6. This magic number can be retrieved with the following commands:
  7.   $ localedef.glibc --no-archive -c -i en_US -f ISO-8859-1 /tmp/en_US
  8.   $ od -tx4 /tmp/en_US/LC_CTYPE | head -n 1 | awk '{print $2}'
  9.  
  10. belocs-locales-bin can generate locale files for the following
  11. magic numbers:
  12.   + 20051014 (glibc CVS HEAD)
  13.   + 20031115 (glibc >= 2.3.3)
  14.   + 20000828 (glibc >= 2.1.96)
  15.  
  16.  -- Denis Barbier <barbier@debian.org>  Mon, 17 Oct 2005 23:26:26 +0200
  17.